/* Document
   ========================================================================== */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
    border:none;
    font-family:"微软雅黑","黑体","宋体";
    font-size:14px;
    margin:0px;
    padding:0px;
    }
html,body{
    height: 100%;
    width: 100%;
    }
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
a{
    text-decoration:none;
}
a:link{
    color:000;
}
a:visited{
    color:#000;
}
a:hover{
    color:#000;
}
a:active{
    color:#000;
}
input::-ms-clear{
    display:none;
    }
input::-ms-reveal{
    display:none;
}
input{
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}
input::-webkit-input-placeholder{
    color: #ccc;
}
input::-ms-input-placeholder{
    color: #ccc;
}
input::-moz-placeholder{
    color: #ccc;
}
input[type=submit],input[type=button]{
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
img{
    border:none;
}
ul,ol,li{
    list-style-type:none;
}
/*å…¬å…±æ–¹æ³•*/
.clear{
    clear: both;
}
.clearleft{
    clear: left;
}
.clearright{
    clear: right;
}
.floatleft{
    float: left;
}
.floatright{
    float: right;
}
.cursor{
    cursor: pointer;
}
/*èƒŒæ™¯åŠè‰²å€¼è¡¨*/
.bg000{
    background: #000;
}
.color000{
    color: #000;
}


/*top*/
.top{background-color: #000;height: 138px;line-height: 138px}
.cen{width: 1100px;margin: 40px auto 0px;}

.cen a img{width: 278px;height: 114px;margin-top:12px;margin-left: 20px;float: left;  }
 .te{font-size: 32px;color: #fff;float: left;margin: 0 90px 0px 0px}

/*end*/
/*nav*/
.nav{height: 46px;background-color: #ff0033;line-height: 46px}
.na{text-align: center;}
.na ul{}
.na ul li{display: inline;width:auto;margin: 0 30px;}
.na ul li a{font-size: 18px;color: #fff}
/*end*/
/*bg*/
.bg{background: url('../img/bg.jpg')no-repeat center;height: 100px;display: none}
.bg_l,.bg_r{float: left;padding: 2px}
.bg_l p,.bg_r p{font-size: 21px;color: #fff;line-height: 2;letter-spacing:4px;}
.bg_l{width: 750px}
.bg_l p a{letter-spacing:-3px;}
.bg_l p span{font-size: 27px;}
/*cp*/
.cp{text-align: center;}
.cp h1{margin: 0 auto;text-align: center;font-size: 27px;line-height: 2}
.cp_l{text-align: center;margin: 20px 0}
.cp_l a{display: inline-block;background-color: #d80d19;color: #fff;border-radius: 6px;width: 216px;height: 47px;line-height: 47px;text-align: center;margin: 4px auto;font-size: 18px;}
.cp_l a:hover {}
.cp_cen li{display: inline-block;/*border: 1px solid #ccc*/;width: 271px;text-align: center;padding: 2px;overflow: hidden;}
.cp_cen li a{width: 100%}
.cen .cp_cen li a img{height: 190px;/*border: 1px solid #ccc*/;width: 100%;margin: 0;padding: 3px;display: inline-block;float: none;transition: all 0.6s;}
/*.cen .cp_cen li a img:hover{transform: scale(1.1);}*/
.cp_cen li>a>p{margin: 6px 0;line-height: 2;color: #000}
.cp_cen li>a>p:hover{color: #d80d19}
/*bg2*/
.bg2{height: 170px;background-color: #d70c19;}
/*about*/
.abo_l,.abo_r{float: left;}
.abo{height: 250px;margin-top:40px ;overflow: hidden;}
.abo_l{width: 730px;}
.abo_r{width: 370px;}
.abo_r img{width: 423px;height: 283px}

/*news*/
.news{margin-top:30px }
.news_l,.news_r{width: 570px;float: left;}
.news_l img{width: 100%;height: 426px;}
.news_r{margin-left: 30px;width: 500px }
.news_r li .date{display: inline-block;width: 70px;height: 58px;border: 1px solid #D2D2D2;float: left;}
.date span{font-size: 24px;color: #727272;height: 38px;line-height: 38px;width: 70px;text-align: center;display: block;}
.date  p{display: block;width: 70px;height: 20px; font-size: 12px;color: #fff;text-align: center;line-height: 20px;background: #D6D6D6;}
.news_cen{float: right;width: 410px}
.news_cen a,.news_cen p{display: inline-block;}
.news_cen a{color: #545454;display: block; font-size: 16px;}
.news_cen span{    color: #949393;
    font-size: 14px;
    display: block;
    line-height: 16px;}
.news_r li{padding: 10px 0}
/*foo*/

.foo{height: 350px;background-color: #000;}
.fo{width: 1000px;margin: 0 auto;text-align: center;height: 142px;padding: 20px 0px 0px}
.f1,.f2,.f3{float: left;}
.f1 img{width: 200px;height: 82px;margin-top: 10px}
.f2{width: 838px;color:#fff;text-align: left;}
.f2 p{margin-left: 70px;line-height: 2;}
.f3 img{width: 110px;height: 110px}
.f3{color: #fff;margin: 0}
.fo_nav{margin-top: 20px}
.fo_nav ul li{float: left;width: 125px}
.fo_nav ul li a{color: #fff;}




.ys_top{text-align: center;margin: 30px auto;height: 84px;line-height: 1.5;position: relative}
.ys_top h1{font-size: 36px;color: #d80d19;}
.ys_top h5{color: #999999;font-size: 18px;}
.ys_r,.ys_l{width: 360px;height: 1px;background-color: #999999;line-height: 2;position: absolute;top:50%;}
.ys_r{left: 0 }
.ys_l{right: 0 }

.ys_cen img{width: 500px;height: 300px;}
.ys{float: left;width: 550px;height: 310px;}
.ys_1{margin-top: 50px }
.ys_1 h1{font-size: 24px;line-height: 40px;color: #d80d19;}
.ys_1 h2{font-size: 20px;line-height:2;color: #000000;text-decoration: none; font-family: "å¾®è½¯é›…é»‘";}
.ys_1 p {margin: 5px;padding: 0;font-size: 16px;line-height: 2.5}
.ys_2{margin-left: 60px;margin-top: 30px }
.ys_2 p{width: 438px}
.tel{width: 409px;margin: 30px auto 0;}
.tel{font-size: ;height: 45px;line-height: 45px;text-align: center;padding: 0}
.tel_l{width: 180px;background-color: #d80d19;color: #fff;font-size: 16px;height: 45px;line-height: 45px;float: left;padding: 0 18px;}
.tel_r{text-align: center;float: left;width: 198px;border: 1px  solid #d80d19;height: 43px;line-height: 43px;font-size: 24px;font-weight: bold;color:  #d80d19;}




  .cen_l_l{width: 270px;/* height: 300px; *//* padding-top: 27px; */border: 1px solid #d80c18;/* background-color: #d80c18; */}
  .cen_l_l h1{line-height: 2;color: #fff;font-size: 30px;text-align: center;background-color: #d80c18;}
   .cen_l_l h2{color: #fff;text-align: center;font-size: 26px;line-height: 2;background-color: #d80c18;}
  .cen_l_c{margin-left: 20px;padding: 15px 20px;text-align: center;width: 230px;margin: 10px auto;background-color: #d80c18;}
  .cen_l_c a{
    font-size: 18px;
    color: 
    #fff;
    }
.cen_r{width: 830px;padding: 20px 0 20px 20px}
.cen_l_l,.cen_r{float: left;}
.cen_r_cen{width: 888px;margin: 20px auto;}
.cen_r_cen .ns{width: 98%;margin:4px auto ;border-bottom: 1px solid #e2e2e2;padding: 10px 8px}

.ns a{ color: #000 }
.ns a span{float: right;}
.cen_r_cen p{text-indent: 30px;z-index: 99999999;letter-spacing:3px;font-size: 16px;line-height: 1.4;margin-top:10px ;width: 845px;font-family: '微软雅黑','黑体','宋体'}

.ewmBox { bottom: 0; left: 0; position: fixed; width: 100%; z-index:9999; height:65px; background:url(../images/xfbg.png) repeat;  }

.ewmBoxIn{ width:1160px; margin:0 auto; /*background:url(../images/xf.png) no-repeat center top;*/ height:65px; line-height:65px; position:relative;}

.ewm2 { bottom: 0; height: 65px; position: absolute; right: 0px; width: 65px; z-index:999;  }

.ewm2 img.wxx{width:100%; height:100%;}

.ewm2 img.wx { bottom: 78px; display: none; left: -144px; position: absolute; }

.ewm2:hover .wx { display: block; }

.ewmBox a{ text-decoration:none; color:#fff; }

.ewmBox .ico{ width:54px; height:54px; background:url(../images/ico.png) no-repeat; float:left;}

.ewmBox .font{float:left; color:#fff; font-size:22px; font-weight:bold; font-family:微软雅黑; width:250px; padding-left:10px;}

.ewmBox .font p{ margin:0; line-height:30px;}

.ewmBox .font p.num{ text-indent:3em; }

.ewmBox .phoneNum{ width:350px; float:left; padding:5px 0; }

.ewmBox .phoneNum .ico{background-position:0 0;}

.ewmBox .QQ{ width:350px; float:left;  padding:5px 0; }

.ewmBox .QQ .ico{background-position:-57px 0;}

.ewmBox .weChat{ width:350px; float:left;  padding:5px 0; }

.ewmBox .weChat .ico{background-position:-113px 0; }
